runtime.cpuProfile.lostExtra (field)
6 uses
	runtime (current package)
		cpuprof.go#L55: 	lostExtra  uint64 // count of frames lost because extra is full
		cpuprof.go#L114: 		if p.numExtra > 0 || p.lostExtra > 0 || p.lostAtomic > 0 {
		cpuprof.go#L156: 		cpuprof.lostExtra++
		cpuprof.go#L177: 	if p.lostExtra > 0 {
		cpuprof.go#L178: 		hdr := [1]uint64{p.lostExtra}
		cpuprof.go#L184: 		p.lostExtra = 0
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |